home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / poly_approx_opt.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  1.0 KB  |  30 lines

  1. .TH POLY_APPROX_OPT
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. POLY_APPROX_OPT
  5.  
  6.  
  7. A variable controlling the algorithm to convert surfaces to polygons.
  8. This two digit number controls the method that is used to subdivide a
  9. surface into polygons.
  10. The first digit (units) can be one of:
  11.  
  12.     0    Uniform sampling in a fixed grid.
  13.     1    An alternated U and V subdivision direction. Once U is
  14.          subdivided and then V is subdivided.
  15.     2    A min max subdivision direction. In other words, the
  16.          direction that minimizes the maximal error is selected.
  17.  
  18.  
  19. The second digit (tenths) can be one of:
  20.  
  21.     0    A fixed sized regular grid. The side of the grid is set
  22.          via the RESOLUTION variable.
  23.     1    This mode is not for general use.
  24.     2    Maximal distance between the surface and its polygonal
  25.          approximation is bounded by bilinear surface fit.
  26.          Maximal distance allowed is set via POLY_APPROX_TOL.
  27.          Recommended choice for optimal polygonization.
  28.     3    This mode is not for general use.
  29.  
  30.